home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-09-09 | 810 b | 28 lines | [TEXT/CWIE] |
- // Simple framework for Macintosh sample code
- //
- // David Hayward and Nick Thompson
- // Developer Technical Support
- // AppleLink: DEVSUPPORT
- //
- // Copyrite 1995, Apple Computer,Inc
- //
- // This file contains the globals for the framework
- //
- // 9/13/94 nick first cut
- // 12/13/94 david several modifications
-
-
- #include "appGlobals.h"
-
-
- /**\
- |**| ==============================================================================
- |**| PUBLIC GLOBALS
- |**| these are used by all applications
- |**| ==============================================================================
- \**/
- Boolean gQuitFlag = false; // set this to true to quit
- short gAppResRefNum ; // RefNum of application's resource file.
- long gAppSleepTicks = 30 ; // WaitNextEvent sleep time for application.
- Boolean gInBackground = false ;
-